From 13a8c0511aa088311bce7a5ab919b1f13725e622 Mon Sep 17 00:00:00 2001 From: Mathias Hasselmann Date: Tue, 11 Dec 2007 18:57:00 +0000 Subject: [PATCH] Move documentation for gtk_drag_dest_set to gtkdnd.c. * docs/reference/gtk/tmpl/gtkdnd.sgml: Move documentation for gtk_drag_dest_set to gtkdnd.c. svn path=/trunk/; revision=19160 --- docs/reference/ChangeLog | 5 +++++ docs/reference/gtk/tmpl/gtkdnd.sgml | 16 +++++----------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 1f00a873af..3660615991 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-12-11 Mathias Hasselmann + + * docs/reference/gtk/tmpl/gtkdnd.sgml: + Move documentation for gtk_drag_dest_set to gtkdnd.c. + 2007-11-30 Matthias Clasen * gkt/question-index.sgml: Correct a typo. (#500686, diff --git a/docs/reference/gtk/tmpl/gtkdnd.sgml b/docs/reference/gtk/tmpl/gtkdnd.sgml index eeec72ffec..3f899d314b 100644 --- a/docs/reference/gtk/tmpl/gtkdnd.sgml +++ b/docs/reference/gtk/tmpl/gtkdnd.sgml @@ -78,19 +78,13 @@ constraints on an entry in a #GtkTargetTable. -Sets a widget as a potential drop destination. -@widget: a #GtkWidget -@flags: the flags that specify what actions GTK+ should take - on behalf of a widget for drops onto that widget. The @targets - and @actions fields only are used if %GTK_DEST_DEFAULT_MOTION - or %GTK_DEST_DEFAULT_DROP are given. -@targets: a pointer to an array of #GtkTargetEntrys indicating - the drop types that this widget will accept. -@n_targets: the number of entries in @targets. -@actions: a bitmask of possible actions for a drop onto this - widget. +@widget: +@flags: +@targets: +@n_targets: +@actions: -- 2.30.2